home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPSYNCDIALOG / TOPSYNCDIALOG.txt
Text File  |  2008-11-03  |  954b  |  46 lines

  1. inherited OpSyncDialog: TOpSyncDialog
  2.   Caption = 'Synchronize'
  3.   ClientHeight = 162
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited SelectionGroupBox: TUiGroupBox
  7.     Visible = False
  8.   end
  9.   inherited ActionGroupBox: TUiGroupBox
  10.     Top = 8
  11.     Caption = 'Type of sync:'
  12.     object SyncPresetLbl: TUiLabel
  13.       Left = 16
  14.       Top = 53
  15.       Width = 353
  16.       Height = 57
  17.       AutoSize = False
  18.       Caption = '%'
  19.       WordWrap = True
  20.     end
  21.     object SyncPresetEdit: TUiComboBox
  22.       Left = 16
  23.       Top = 26
  24.       Width = 259
  25.       Height = 19
  26.       Style = csOwnerDrawFixed
  27.       ItemHeight = 13
  28.       TabOrder = 0
  29.       OnChange = SyncPresetEditChange
  30.       OnDrawItem = SyncPresetEditDrawItem
  31.     end
  32.   end
  33.   inherited BottomPanel: TUiPanel
  34.     Top = 117
  35.     inherited StartBtn: TUiButton
  36.       Top = 130
  37.     end
  38.     inherited CancelBtn: TUiButton
  39.       Top = 130
  40.     end
  41.     inherited HelpBtn: TUiButton
  42.       Top = 130
  43.     end
  44.   end
  45. end
  46.